.lhw_cases {
  width: 100%;
  height: 712px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: space-around;
}
.lhw_cases .cases_item {
  width: 25%;
  height: 356px;
  padding: 12px;
  box-sizing: border-box;
}
.lhw_cases .cases_item > a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.lhw_cases .cases_item .cases_img {
  width: 100%;
  height: 100%;
  transition: all 0.75s ease;
}
.lhw_cases .cases_item .cases_img img {
  width: 100%;
  height:332px;
}
.lhw_cases .cases_item .cases_text {
  position: absolute;
  background: rgba(0, 0, 0, 0.25);
  bottom: -100%;
  color: #fff;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: all 0.75s ease;
}
.lhw_cases .cases_item .cases_text .cases_textMsg {
  font-size: 16px;
  position: absolute;
  left: 0;
  top: -42px;
  width: 100%;
  height: 42px;
  line-height: 42px;
  color: #fff;
  text-align: center;
  background: rgba(0, 0, 0, 0.3);
}
.lhw_cases .cases_item .cases_text .cases_textMsg1 {
  color: #fff;
  font-size: 24px;
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 36%;
}
.lhw_cases .cases_item .cases_text .cases_textMsg1 span {
  color: #fff;
  font-size: 34px;
  text-align: center;
  display: block;
  margin: 0 auto;
}
.lhw_cases .cases_item:hover .cases_text {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.lhw_cases .cases_item:hover .cases_img {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  -o-transform: translateY(-8px);
  transform: translateY(-8px);
}
.lhw_cases .cases_item:hover #shapes {
  stroke-dasharray: 220 100 90 100;
  stroke-dashoffset: 0;
  stroke-width: 1px;
  stroke: #fff;
}
#Layer {
  width: 190px;
  height: 160px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
}
#shapes {
  stroke-width: 0px;
  fill: transparent;
  stroke: #fff;
  stroke-dasharray: 110 75;
  stroke-dashoffset: 50;
  transition: all 0.5s ease-in 0.25s;
}
